@charset "utf-8";

/*公用*/
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-size: 12px;
	background: #fff;
	color: #686868;
	_background-image: url(text.txt);
	/* for IE6 */
	_background-attachment: fixed;
}

ul,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	color: #686868;
	font-weight: normal;
}

a:hover {
	color: #710100;
}

img {
	border: none 0;
}

.hr1 {
	margin: 0 auto;
	border: 1px solid #9A0201;
}

.red {
	color: red;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.tLeft {
	text-align: left;
}

.fLeft {
	float: left;
}

.mL {
	margin-left: 20px;
}

/*******header************/
#container {
	width: 100%;
	margin: 0 auto;
}

#container1 {
	margin: auto;
	width: 960px;
	background: #F5F5F5 url(../images/background1.jpg) repeat-x top;
}

#header,
#main,
#footer {
	margin: 0 auto;
	position: relative;
}

.main_box {
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
	padding-bottom: 20px;
}
.main_box2 {
	width: 100%;
	height: auto;
	float: left;
	background: #f5f5f5;
	padding-bottom: 20px;
}
.main_box1 {
	width: 100%;
	height: auto;
	float: left;
	background: #FFF;
}

#main {
	width: 1300px;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.head_top {
	width: 100%;
	height: 146px;
	float: left;
	background: #fff;
}

.head_in {
	width: 1300px;
	height: auto;
	margin: 0 auto;
}

.logo {
	float: left;

}

.logo img {}

.jrsc {
	z-index: 2;
	position: absolute;
	display: table;
	right: 130px;
	top: 35px;
}

.swsy {
	z-index: 2;
	position: absolute;
	display: table;
	right: 30px;
	top: 35px;
}

.search {
	float: right;
	margin-top: 32px;
}

.top_t {
	width: 100%;
	height: 40px;
	float: left;
	background: #e8e8e8;
}

.top_t1 {
	width: 1300px;
	height: auto;
	margin: 0 auto;
}

.top_tleft {
	line-height: 40px;
	float: left;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666;
}

.top_tright {
	height: auto;
	line-height: 40px;
	position: relative;
	float: right;
	font-size: 14px;
	color: #666;
}

/*导航*/
.nav_box {
	width: 100%;
	height: 56px;
	float: left;
	background: #29409f;
}

.nav {
	width: 1300px;
	height: 56px;
	margin: 0 auto;
}

.nav ul li {
	margin: 0;
	text-align: center;
	width: 130px;
	font-family: "微软雅黑";
	float: left;
	height: 56px;
	background: url(../images/line1.jpg) no-repeat right center;
	position: relative;
	z-index: 100;
}

.nav ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	width: 130px;
	height: 56px;
	float: left;
	line-height: 56px;
}

.nav ul li a:hover {
	color: #fff;
	background: #1e379e;
	width: 130px;
	height: 56px;
	float: left;
}

.nav ul li ul {
	position: absolute;
	display: none;
}

.nav ul li:hover ul {
	position: absolute;
	display: block;
	background: #29409f;
	margin-top: 56px;
}

.nav ul li ul li {
	height: 35px;
	background: none;
	line-height: 35px;
	font-size: 14px;
	border-right: none;
	margin-top: 0px;
}

.nav ul li ul li a {
	color: #fff;
	line-height: 35px;
	font-size: 12px;
	font-weight: normal;
}

.nav ul li ul li a:hover {
	color: #fff;
	line-height: 35px;
	height: 35px;
	font-size: 12px;
	font-weight: normal;
}

.nav_right {
	float: right;
	width: 345px;
	margin-top: 30px;
	height: auto;

}

.nav_right p {
	float: right;
	height: auto;
	color: #29409f;
	line-height: 30px;
	font-size: 28px;
	font-family: "微软雅黑";
	font-weight: bold;
}

.nav_right span {
	float: left;
	height: 30px;
	color: #666;
	margin-top: 5px;
	font-size: 16px;
	line-height: 30px;
	text-indent: 25px;
	background: url(../images/call.png) no-repeat left center;
}


/* 幻灯片广告 */
.ad {
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 960px;
	margin: 0 auto;
}

#full-screen-slider {
	width: 100%;
	height: 700px;
	float: left;
	position: relative;
	z-index: 99;
}

#slides {
	display: block;
	width: 100%;
	height: 700px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}

#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute
}

#slides li img {
	width: 100%;
	height: 100%;
}

#slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px
}

#pagination {
	display: block;
	list-style: none;
	position: absolute;
	left: 28%;
	top: 670px;
	z-index: 9900;
	padding: 5px 15px 5px 0;
	margin: 0
}

#pagination li {
	display: block;
	list-style: none;
	width: 30px;
	height: 5px;
	float: left;
	margin-left: 15px;
	background: #FFF
}

#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}

#pagination li.current {
	background: #29409f;
}



.search_r {
	float: left;
	width: 340px;
	height: 40px;
	margin-top: 16px;
	background: url(../images/search_bg.jpg) no-repeat;
}

.s_input {
	float: left;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	border: none;
	background: none;
	width: 275px;
}

.s_btn {
	float: right;
	height: 40px;
	border: none;
	background: none;
	width: 61px;
}

.c_bg {
	width: 100%;
	height: 31px;
	float: left;
	background: url(../images/c_bg.jpg) no-repeat;
	margin-bottom: 15px;
	line-height: 31px;
	font-family: "微软雅黑";
	text-indent: 15px;
	font-size: 16px;
	color: #fff;
}



/* 烦恼 */
.fan_box {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 60px;
	padding-bottom: 40px;
}

.fan_in {
	width: 1300px;
	height: auto;
	margin: 0 auto;
}

.fan_ti {
	width: 100%;
	height: 128px;
	background: url(../images/fannao_bg.png) no-repeat 50% center;
	text-align: center;
	float: left;
}

.fan_ti span {
	width: 100%;
	height: auto;
	float: left;
	font-size: 36px;
	color: #000;
	margin-top: 25px;
}

.fan_ti font {
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	font-family: arial;
	color: #999;
	line-height: 30px;
}

.li_list {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
}

.li_list li {
	width: 314px;
	height: 300px;
	float: left;
	background: #f8f8f8;
	margin-right: 14px;
}

.li_list li:nth-child(4n+4) {
	width: 314px;
	height: 300px;
	float: right;
	background: #f8f8f8;
	margin-right: 0px;
}

.fan_biao {
	width: 294px;
	height: auto;
	float: left;
	margin-left: 10px;
}

.fan_biao h1 {
	width: 100%;
	height: 50px;
	float: left;
	margin-top: 10px;
	background: url(../images/ico.png) no-repeat left 5px;
}

.fan_biao h1 span {
	width: 90%;
	height: auto;
	float: right;
	color: #29409f;
	font-weight: bold;
}

.fan_biao h1 font {
	width: 90%;
	height: auto;
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #999;
}

.fan_img {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 15px;
}

.fan_img img {
	width: 294px;
	height: 120px;
}

.fan_txt {
	width: 294px;
	height: auto;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
}

.fan_txt p {
	width: 100%;
	height: 60px;
	float: left;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/*四大核心优势*/
.four_bg {
	width: 100%;
	height: 720px;
	float: left;
	background: url(../images/you_bg.jpg) no-repeat 50% 0;
	background-size: 100% 100%;
}

.four_bin {
	width: 1300px;
	height: auto;
	margin: 0 auto;
}

.four_ti {
	width: 100%;
	height: auto;
	text-align: center;
	float: left;
	margin-top: 36px;
}

.four_ti span {
	width: 100%;
	height: auto;
	float: left;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}

.four_ti font {
	width: 100%;
	height: 24px;
	float: left;
	font-size: 14px;
	font-family: arial;
	background: url(../images/you_tibg.png) no-repeat 50% 0;
	color: #fff;
	line-height: 24px;
	margin-top: 10px;
}

.four_you {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
}

.four_you p {
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	color: #fff;
	line-height: 35px;
}

.four_li {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	z-index: 9;
	margin-top: 30px;
}

.four_li li {
	width: 433px;
	height: 440px;
	float: left;
	position: relative;
	background: #fff;
}

.four_li li h1 {
	width: 100%;
	height: 220px;
	float: left;
	position: relative;
}

.four_li li:nth-child(2) h1 {
	width: 100%;
	height: 220px;
	float: left;
	margin-top: 41px;
	position: relative;
}

.four_li li h1 img {
	width: 100%;
	height: 220px;
}

.four_li li h2 {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	font-weight: normal;
	line-height: 40px;
	margin-top: 29px;
	background: url(../images/heng.jpg) no-repeat 50% bottom;
}

.four_li li p {
	width: 360px;
	height: 90px;
	float: left;
	margin-left: 36px;
	font-size: 16px;
	color: #666;
	margin-top: 20px;
	line-height: 30px;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.four_ico {
	width: 269px;
	height: 3px;
	background: url(../images/duan_line.png) no-repeat;
	float: left;
	margin-left: 18px;
	margin-top: 20px;
}

/*产品中心*/
.pro_boxaa {
	width: 100%;
	height: auto;
	float: left;
	background: #f8f8f8;
	padding-bottom: 50px;
}

.pro_inan {
	width: 1300px;
	height: auto;
	margin: 0 auto;
}

.pro_ti {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 65px;
	margin-bottom: 60px;
}

.chan_box {
	width: 100%;
	height: auto;
	float: left;
}

.chan_list {
	width: 105%;
	height: auto;
	float: left;
}

.chan_list li {
	width: 316px;
	height: 354px;
	float: left;
	text-align: center;
	margin-right: 14px;
	margin-bottom: 21.5px;
	line-height: 52px;
	background: #fff;
}

.chan_list li:hover {
	width: 316px;
	height: 354px;
	float: left;
	transition: all 0.4s linear 0s;
	background: #fff;
	box-shadow: 2px 2px 2px 2px #ececec;
}

.indexCaseList {
	width: 100%;
	height: auto;
	*float: left;
	*width: 316px;
	*margin-left: 15px;
}

.indexCaseItem {
	width: 316px;
	float: left;
	display: inline;
	position: relative;
}

.indexCaseItem p {
	position: relative;
	width: 316px;
	height: 302px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	float: left;
}

.chan_list li .indexCaseItem h3 {
	position: relative;
	width: 100%;
	height: 51px;
	border-top: 1px solid #ededed;
	float: left;
	text-align: center;
	font-weight: normal;
	line-height: 51px;
}

.chan_list li .indexCaseItem h3 a {
	position: relative;
	width: 100%;
	height: 51px;
	float: left;
	font-size: 14px;
	color: #333;
}

.chan_list li .indexCaseItem h3 a:hover {
	position: relative;
	width: 100%;
	height: 51px;
	float: left;
	font-size: 14px;
	background: #29409f;
	color: #fff;
}


.indexCaseItem p img {
	max-width: 100%;
	max-height: 100%;
}

.indexCaseList a.link {
	position: absolute;
	display: block;
	left: 0px;
	color: #fff;
	font-family: "宋体";
	padding-top: 1px;
	top: 100%;
	width: 100%;
	height: 100%;
	font-size: 12px;
	/* 	background:url(../images/img_an_h.png) no-repeat; */
}

.indexCaseList a.link span {
	display: block;
	line-height: 24px;
	width: 70%;
	height: 70%;
	padding-top: 15%;
	margin: 0 auto;
	overflow: hidden;
}

.art-vmenublock-body {
	position: relative;
	padding: 0;
}

.art-vmenublock {
	margin: 0;
}

.art-vmenublockcontent {
	position: relative;
	margin: 0 auto;
	min-width: 1px;
	min-height: 1px;
}

.art-vmenublockcontent-body {
	position: relative;
	padding: 0;
}

.art-vmenublockcontent {
	position: relative;
	margin: 0 auto;
	min-width: 1px;
	min-height: 1px;
}

.art-vmenublockcontent-body {
	position: relative;
	padding: 0;
}

ul.art-vmenu,
ul.art-vmenu li {
	list-style: none;
	width: auto;
	line-height: 0;
}

ul.art-vmenu ul {
	display: none;
}

ul.art-vmenu ul.active {
	display: block;
}

ul.art-vmenu a {
	position: relative;
	display: block;
	overflow: hidden;
	height: 43px;
	cursor: pointer;
	text-decoration: none;
}

ul.art-vmenu li.art-vmenu-separator {
	display: block;
	padding: 0 0 0 0;
	margin: 0;
	font-size: 1px;
}

ul.art-vmenu .art-vmenu-separator-span {
	display: block;
	padding: 0;
	font-size: 1px;
	height: 0;
	line-height: 0;
}

ul.art-vmenu a .r,
ul.art-vmenu a .l {
	position: absolute;
	display: block;
	top: 0;
	height: 118px;
}

ul.art-vmenu a .l {
	left: 0;
	right: 26px;
}

ul.art-vmenu a .r {
	width: 966px;
	right: 0;
	clip: rect(auto, auto, auto, 940px);
}

ul.art-vmenu a .t,
ul.art-vmenu ul a {
	font-family: "微软雅黑";
	font-size: 14px;
}

ul.art-vmenu a .t {
	display: block;
	position: relative;
	top: 0;
	color: #333;
	margin-left: 14px;
	float: left;
	width: 262px;
	height: 42px;
	text-indent: 30px;
	line-height: 42px;
	background: url(../images/fen1.png) no-repeat left center;
	font-size: 14px;
}

ul.art-vmenu a .t em {
	float: left;
}

ul.art-vmenu a.active .l,
ul.art-vmenu a.active .r {}

ul.art-vmenu a.active .t {
	color: #29409f;
	font-weight: bold;
	background: url(../images/fen2.png) no-repeat left center;
}

ul.art-vmenu a.active .t em {
	float: left;
}

ul.art-vmenu a.active .t1 {
	color: #24af5e;
}

ul.art-vmenu a:hover .l,
ul.art-vmenu a:hover .r {}

ul.art-vmenu a:hover .t {
	color: #29409f;
	font-weight: bold;
	background: url(../images/fen2.png) no-repeat left center;
}

ul.art-vmenu a:hover .t em {
	float: left;
}

ul.art-vmenu ul,
ul.art-vmenu ul li {
	margin: 0;
	padding: 0;
}

ul.art-vmenu ul a {
	display: block;
	white-space: nowrap;
	height: 46px;
	overflow: visible;
	font-weight: normal;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #4b4b4b;
}

ul.art-vmenu ul li {}

ul.art-vmenu ul span,
ul.art-vmenu ul span span {
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

ul.art-vmenu ul a,
ul.art-vmenu ul a:link,
ul.art-vmenu ul a:visited,
ul.art-vmenu ul a:hover,
ul.art-vmenu ul a:active,
ul.art-vmenu ul span span {
	line-height: 46px;
	color: #333;
	font-size: 14px;
	margin-left: 10px;
	height: 46px;
	display: block;
	width: 247px;
	text-indent: 10px;
	border-bottom: 1px dashed #d6d6d6;
}

ul.art-vmenu ul {}

ul.art-vmenu ul ul {}

ul.art-vmenu ul li.art-vsubmenu-separator {
	display: block;
	margin: 0;
	font-size: 1px;
	padding: 0 0 0 0;
}

ul.art-vmenu ul .art-vsubmenu-separator-span {
	display: block;
	padding: 0;
	font-size: 1px;
	height: 0;
	line-height: 0;
	margin: 0;
	border: none;
}

ul.art-vmenu ul li.art-vmenu-separator-first {}

ul.art-vmenu ul li li a {
	background-position: 50px 0;
	padding-left: 68px;
}

ul.art-vmenu ul li li li a {
	background-position: 75px 0;
	padding-left: 93px;
}

ul.art-vmenu ul li li li li a {
	background-position: 100px 0;
	padding-left: 118px;
}

ul.art-vmenu ul li li li li li a {
	background-position: 125px 0;
	padding-left: 143px;
}

ul.art-vmenu ul li a.active {
	color: #404040;
	background-position: 25px -50px;
}

ul.art-vmenu ul li li a.active {
	background-position: 50px -50px;
}

ul.art-vmenu ul li li li a.active {
	background-position: 75px -50px;
}

ul.art-vmenu ul li li li li a.active {
	background-position: 100px -50px;
}

ul.art-vmenu ul li li li li li a.active {
	background-position: 125px -50px;
}

ul.art-vmenu ul li a:hover,
ul.art-vmenu ul li a:hover.active {
	color: #97cb35;
	background-position: 25px -25px;
}

ul.art-vmenu ul li li a:hover,
ul.art-vmenu ul li li a:hover.active {
	background-position: 50px -25px;
}

ul.art-vmenu ul li li li a:hover,
ul.art-vmenu ul li li li a:hover.active {
	background-position: 75px -25px;
}

ul.art-vmenu ul li li li li a:hover,
ul.art-vmenu ul li li li li a:hover.active {
	background-position: 100px -25px;
}

ul.art-vmenu ul li li li li li a:hover,
ul.art-vmenu ul li li li li li a:hover.active {
	background-position: 125px -25px;
}

.add_ly {
	width: 265px;
	height: auto;
	float: left;
	margin-left: 6px;
	background: #fff;
	padding-top: 10px;
	margin-bottom: 6px;
	border-radius: 5px;
}

/*热销产品*/
.hot_box {
	width: 100%;
	height: auto;
	float: left;
	background: #f8f8f8;
	padding-bottom: 40px;
}

.hot_in {
	width: 1300px;
	height: auto;
	margin: 0 auto;
}

.hot_ti {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 55px;
}

#fczs_main {
	height: auto;
}

.left1 {
	position: absolute;
	z-index: 99;
	left: -45px;
	top: 45%;
}

.right1 {
	float: left;
	position: absolute;
	z-index: 99;
	right: -45px;
	top: 45%;
}

.i_product_nr {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 30px;
}

#fczs_gd {
	width: 1300px;
	height: auto;
	float: left;
	overflow: hidden;
	margin-top: 15px;

}

#fczs_gd ul {
	width: 1320px;
	height: auto;
}

#fczs_gd ul li {
	width: 310px;
	height: 336px;
	float: left;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 24px;
	margin-top: 10px;
	line-height: 46px;
}

#fczs_gd ul li a {
	width: 310px;
	height: 336px;
	background: #efefef;
	float: left;
	color: #333;
	font-size: 14px;
}

#fczs_gd ul li a:hover {
	width: 310px;
	height: 336px;
	float: left;
	background: #29409f;
	color: #fff;
}

#fczs_gd ul li img {
	width: 310px;
	height: 290px;
}

/*广告条*/
.ad_bg {
	width: 100%;
	height: 235px;
	float: left;
	background: url(../images/ad_bg.jpg) no-repeat 50% 0;
	background-size: 100% 100%;
}

.ad_bgin {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.ad_bl {
	width: 570px;
	height: auto;
	float: left;
}

.ad_bl h1 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 36px;
	color: #fff;
	margin-top: 20px;
}

.ad_bl h2 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 26px;
	color: #fff;
	margin-top: 10px;
	font-weight: normal;
}

.ad_bl p {
	width: 100%;
	height: auto;
	float: left;
	color: #fff;
	line-height: 35px;
	margin-top: 15px;
	background: url(../images/call1.png) no-repeat left center;
}

.ad_bl p span {
	float: left;
	color: #fff;
	font-size: 20px;
	margin-left: 45px;
}

.ad_bl p font {
	float: left;
	color: #fff;
	font-size: 36px;
	font-family: "Impact";
}

.ad_br {
	width: 210px;
	height: auto;
	float: right;
	margin-right: 90px;
}

.ad_br p {
	width: 100%;
	height: auto;
	float: left;
	font-size: 26px;
	color: #fff;
	line-height: 35px;
	font-weight: bold;
	margin-top: 70px;
}

.ad_br a {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
}


.add_top20 {
	margin-top: 20px;
}

.fa_box {
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
	padding-top: 70px;
	padding-bottom: 50px;
}

.fa_in {
	width: 1300px;
	height: auto;
	margin: 0 auto;
}

.fa_ti {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}

.fa_list {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 60px;
}

.fa_lbox {
	width: 620px;
	height: auto;
	float: right;
}

.fa_l {
	width: 570px;
	height: auto;
	float: left;

	background: url(../images/fa1.png) no-repeat left top;
}

.fa_la {
	width: 470px;
	height: auto;
	float: right;
}

.fa_la h1 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 25px;
	color: #000;
	line-height: 35px;
	font-weight: bold;
}

.fa_la h3 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	color: #999;
	line-height: 35px;
	padding-bottom: 10px;
	font-weight: normal;
}


.fa_la h2 {
	width: 100%;
	height: auto;
	float: left;
	font-weight: normal;
	background: url(../images/yuan.png) no-repeat left center;
}

.fa_la h2 span {
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	line-height: 38px;
	text-indent: 18px;
	color: #333;
}

.fa_la p {
	width: 100%;
	height: auto;
	float: left;
	background: url(../images/yuan.png) no-repeat left 15px;
}

.fa_la p span {
	width: 96%;
	height: auto;
	float: right;
	font-size: 16px;
	line-height: 35px;
	color: #333;
}

.fa_r {
	width: 678px;
	height: auto;
	float: left;
}


.fa_l1 {
	width: 520px;
	height: auto;
	float: right;
	margin-top: 60px;
	background: url(../images/fa2.png) no-repeat left top;
}

.fa_la1 {
	width: 425px;
	height: auto;
	float: right;
}

.fa_la1 h1 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 25px;
	color: #000;
	line-height: 35px;
	font-weight: bold;
}

.fa_la1 h3 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	color: #999;
	line-height: 35px;
	padding-bottom: 10px;
	font-weight: normal;
}

.fa_la1 h2 {
	width: 100%;
	height: auto;
	float: left;
	font-weight: normal;
	background: url(../images/yuan.png) no-repeat left center;
}

.fa_la1 h2 span {
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	line-height: 38px;
	text-indent: 20px;
	color: #333;
}

.fa_la1 p {
	width: 100%;
	height: auto;
	float: left;
	background: url(../images/yuan.png) no-repeat left 15px;
}

.fa_la1 p span {
	width: 96%;
	height: auto;
	float: right;
	font-size: 16px;
	line-height: 38px;
	color: #333;
}

.fa_r1 {
	width: 568px;
	height: auto;
	float: left;
}

.fa_lbox1 {
	width: 570px;
	height: auto;
	float: left;
	margin-left: 44px;
}

.fa_l2 {
	width: 570px;
	height: auto;
	float: left;
	background: url(../images/fa3.png) no-repeat left top;
}

.fa_la2 {
	width: 470px;
	height: auto;
	float: right;
}

.fa_la2 h1 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 25px;
	color: #000;
	line-height: 35px;
	font-weight: bold;
}

.fa_la2 h3 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	color: #999;
	line-height: 35px;
	padding-bottom: 10px;
	font-weight: normal;
}

.fa_la2 h2 {
	width: 100%;
	height: auto;
	float: left;
	font-weight: normal;
	background: url(../images/yuan.png) no-repeat left center;
}

.fa_la2 h2 span {
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	line-height: 38px;
	text-indent: 18px;
	color: #333;
}

.fa_la2 p {
	width: 100%;
	height: auto;
	float: left;
	background: url(../images/yuan.png) no-repeat left 15px;
}

.fa_la2 p span {
	width: 96%;
	height: auto;
	float: right;
	font-size: 16px;
	line-height: 38px;
	color: #333;
}



/*关于我们*/
.about_box {
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
}

.about_bina {
	width: 1300px;
	height: auto;
	margin: 0 auto;
}

.about_bg {
	width: 100%;
	height: 481px;
	position: relative;
	float: left;
	background: url(../images/about_bg.png) no-repeat;
	background-size: 100% 100%;
}

.about_tia {
	width: 100%;
	height: auto;
	margin-top: 57px;
	float: left;
	text-align: center;
	margin-bottom: 50px;
}

.com_img {
	width: 631px;
	height: 439px;
	float: left;
	margin-top: 17px;
	margin-left: 17px;
}

.com_img img {
	width: 631px;
	height: 439px;
}

.com_text {
	width: 570px;
	height: auto;
	float: left;
	margin-left: 40px;
}

.com_text h2 {
	width: 100%;
	height: auto;
	font-family: "微软雅黑";
	margin-top: 40px;
	padding-bottom: 15px;
	float: left;
	font-weight: bold;
	font-size: 20px;
	color: #000;
	line-height: 40px;
}

.com_text p {
	width: 100%;
	height: auto;
	float: left;
	line-height: 35px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
}

.com_text p a {
	font-size: 16px;
	color: #0076e2;
}

.com_call {
	width: 493px;
	height: 68px;
	position: absolute;
	background: #29409f;
	text-align: center;

	bottom: -10px;
	color: #fff;
	right: 70px;
}

.com_call span {
	font-size: 16px;
	line-height: 68px;
}

.com_call font {
	font-size: 36px;
	line-height: 62px;
	font-weight: bold;
	font-family: "Impact";
}


.img_box {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
}

.img_box li {
	width: 33%;
	float: left;
	height: auto;
	text-align: center;
}

.img_box li a {
	width: 100%;
	float: left;
	height: auto;
}

.tagMenu7 {
	height: 43px;
	position: relative;
	width: 620px;
	float: left;
	margin-top: 48px;
	margin-left: 350px;
}

.tagMenu7 ul {
	position: absolute;
	height: auto;
	left: 0px;
	float: right;
	width: 100%;
}

ul.menu7 li {
	height: 42px;
	line-height: 42px;
	text-align: center;
	cursor: pointer;
	color: #000000;
	font-size: 16px;
	float: left;
	border: 1px solid #dedede;
	width: 164px;
	margin-left: 30px;
}

ul.menu7 li.current7 {
	height: 42px;
	line-height: 42px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	width: 164px;
	background: #29409f;
	border: 1px solid #29409f;
	font-size: 16px;
	float: left;

}

.content7 {
	width: 100%;
	height: auto;
	float: left;
}

/*工程案例*/
.hezuo_box {
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
	padding-top: 60px;
	padding-bottom: 50px;
}

.hezuo_in {
	width: 1300px;
	height: auto;
	margin: 0 auto;
}

.hezuo_ti {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}

#pro_gd {
	width: 1300px;
	height: 210px;
	margin-top: 50px;
	float: left;
	overflow: hidden;
}

#pro_gd ul {
	width: 1999px;
	height: 210px;
}

#pro_gd ul li {
	width: 310px;
	height: 210px;
	float: left;
	text-align: center;
	margin-right: 20px;
}

#pro_gd ul li a {
	width: 310px;
	height: 210px;
	background: #ececec;
	float: left;
	color: #333;
	font-family: "微软雅黑";
	font-size: 14px;
}

#pro_gd ul li a:hover {
	width: 310px;
	height: 210px;
	float: left;
	background: #ececec;
	color: #333;
}

#pro_gd ul li img {
	width: 310px;
	height: 210px;
}

.news_box {
	width: 100%;
	height: auto;
	float: left;
	background: #f8f8f8;
	padding-bottom: 50px;
	padding-top: 65px;
}

.news_in {
	width: 1300px;
	height: auto;
	margin: 0 auto;
}

.news_tia {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-bottom: 45px;
}

.news_img {
	width: 408px;
	height: 384px;
	float: left;
	background: url(../images/news_img.jpg) no-repeat;
	background-size: 100% 100%;
}

.news_img h1 {
	height: auto;
	width: 100%;
	float: left;
	text-indent: 30px;
	margin-top: 80px;
	font-size: 36px;
	color: #fff;
	font-weight: normal;
}

.news_img p {
	height: auto;
	float: left;
	width: 100%;
	text-indent: 30px;
	margin-top: 5px;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}

.news_img a {
	height: 33px;
	float: left;
	width: 106px;
	border: 1px solid #fff;
	border-radius: 30px;
	line-height: 33px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-left: 30px;
	margin-top: 70px;
}

.news_text {
	width: 387px;
	height: auto;
	float: left;
	margin-left: 40px;
}

.news_top {
	width: 408px;
	height: 384px;
	float: left;
	position: relative;
}

.news_pho {
	width: 408px;
	height: 384px;
	float: left;

}

.news_pho img {
	width: 408px;
	height: 384px;
}

.news_wen {
	width: 100%;
	height: 67px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgb(0, 0, 0, 0.5);
}

.news_ti {
	width: 94%;
	height: auto;
	float: left;
	margin-left: 3%;
	margin-top: 10px;
}

.news_ti a {
	width: 100%;
	height: auto;
	float: left;
	color: #fff;
	font-size: 16px;
}

.news_time {
	width: 94%;
	height: auto;
	float: left;
	margin-left: 3%;
	font-size: 12px;
	color: #fff;
	line-height: 25px;
}

.news_down {
	width: 387px;
	height: auto;
	float: left;
}

.news_down li {
	width: 387px;
	height: auto;
	float: left;
	border-bottom: 1px dashed #ddd;
	padding-top: 20px;
	padding-bottom: 20px;
}

.news_dtime {
	width: 60px;
	height: auto;
	float: left;
}

.news_dtime span {
	width: 60px;
	height: auto;
	float: left;
	text-align: center;
	font-size: 30px;
	color: #666;
}

.news_dtime font {
	width: 60px;
	height: auto;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #666;
}

.news_dtxt {
	width: 315px;
	height: auto;
	float: right;
}

.news_dti {
	width: 100%;
	height: auto;
	float: left;
}

.news_dti a {
	width: 100%;
	height: auto;
	float: left;
	line-height: 33px;
	font-size: 16px;
	color: #000;
}

.news_dti a:hover {
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	color: #007ee4;
}

.news_dtxt p {
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	color: #666;
}

.news_down li:hover .news_dtime span {
	color: #007ee4;
}

.news_down li:hover .news_dtime font {
	color: #007ee4;
}

.news_down li:hover .news_dtxt p {
	color: #007ee4;
}

.news_down li:hover .news_dti a {
	color: #007ee4;
}

.news_r {
	width: 395px;
	height: auto;
	float: right;
}

.news_ta1 {
	width: 100%;
	height: auto;
	float: left;
}

.news_ta1 li {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px dashed #ddd;
	padding-top: 25px;
	padding-bottom: 25px;
}

.news_ta1 li h2 {
	width: 100%;
	height: auto;
	float: left;
	text-indent: 30px;
	font-size: 14px;
	line-height: 21px;
	background: url(../images/q1.jpg) no-repeat left top;
	font-family: "微软雅黑";
}

.news_ta1 li h2 a {
	color: #333;
	font-size: 14px;
}

.news_ta1 li h2 a:hover {
	color: #007ee4;
}

.news_ta1 li h3 {
	width: 100%;
	height: auto;
	margin-top: 6px;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	float: left;
	background: url(../images/q2.jpg) no-repeat left 5px;
	color: #333;
	font-family: "微软雅黑";
}

.news_ta1 li h3 p {
	width: 92%;
	height: auto;
	float: right;
	font-size: 14px;
}

.wenti_ti {
	width: 100%;
	padding-bottom: 5px;
	height: auto;
	float: left;
}

.wenti_ti span {
	float: left;
	width: 120px;
}

.wenti_ti i {
	float: left;
	font-style: normal;
	color: #333;
	font-size: 28px;
}

.wenti_ti font {
	float: left;
	font-size: 14px;
	color: #999;
}

.wenti_ti em {
	float: right;
	font-style: normal;
	width: 39px;
	margin-top: 10px;
	height: 39px;
	text-align: center;
	line-height: 39px;
}

.wenti_ti em a {
	color: #fff;
	font-size: 20px;
	background: #e97517;
	float: left;
	width: 39px;
	height: 39px;
}

.wenti_ti em a:hover {
	color: #fff;
}

.pin_box {
	width: 100%;
	height: 160px;
	background: #eee;
	float: left;
}

.pin_box li {
	width: 25%;
	height: auto;
	float: left;
}

.pin_box li h1 {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 28px;
}

.pin_box li h1 span {
	float: left;
}

.pin_box li h1 span img {
	width: 47px;
	height: 40px;
}

.pin_box li h1 font {
	float: left;
	font-size: 20px;
	color: #2c6ed5;
	margin-left: 10px;
	line-height: 40px;
}

.pin_box li p {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
	font-size: 16px;
	color: #333;
	line-height: 25px;
}

.container1 {
	width: 1100px;
	height: auto;
	margin: 0 auto;
}


.link_box {
	width: 100%;
	height: 90px;
	float: left;
	background: #303237;
}

.link_in {
	width: 1300px;
	height: auto;
	margin: 0 auto;
}

.link_l {
	float: left;
	margin-top: 25px;
}

.link_r {
	float: left;
	margin-left: 10px;
}

.link_r a {
	color: #999;
	font-size: 14px;
	line-height: 90px;
	padding-left: 20px;
	padding-right: 20px;
}

.link_r a:hover {
	color: #fff;
}




/* 内容三部分 */
.main_top {
	width: 1002px;
	height: auto;
	float: left;
}

.top_r {
	width: 670px;
	height: auto;
	float: left;
}

.top_c {
	width: 295px;
	height: auto;
	float: right;
}

.main_ti {
	width: 674px;
	height: 35px;
	float: left;
	background: #fff url(../images/nav_menu.jpg) repeat-x;
	line-height: 35px;
	border-right: 1px solid #ebebeb;
}

.main_ti span {
	width: 164px;
	height: 35px;
	float: left;
	background: url(../images/span_bg.jpg) no-repeat;
	text-indent: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #feffff;
	font-family: "微软雅黑";
}

.main_ti span i {
	font-family: "宋体";
	font-size: 8px;
	color: #feffff;
	font-style: normal;
	padding-left: 5px;
	font-weight: normal;
}

.main_ti em {
	color: #1f9819;
	font-style: normal;
	font-family: "微软雅黑";
	font-size: 10px;
	float: right;
	margin-right: 10px;
}

.main_ti em a {
	color: #1f9819;
}

.main_ti em a:hover {
	color: #000;
}

.main_ti1 {
	width: 100%;
	height: auto;
	float: left;
	line-height: 54px;
	border-bottom: 2px solid #d9d9d9;
}

.main_ti1 span {
	float: left;
	border-bottom: 5px solid #29409f;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	font-family: "微软雅黑";
}

.main_ti1 em {
	color: #333;
	font-style: normal;
	font-family: "微软雅黑";
	font-size: 10x;
	float: right;
}




.widget {
	margin-bottom: 20px;
	width: 277px;
	float: left;
	background: #29409f;
}

.wid_box {
	width: 265px;
	height: auto;
	float: left;
	background: #fff;
	padding-top: 10px;
	border-radius: 5px;
	padding-bottom: 30px;
	margin-left: 6px;
	margin-bottom: 6px;
}

.wid_box p {
	float: left;
	width: 230px;
	font-family: "微软雅黑";
	font-size: 14px;
	height: auto;
	color: #000;
	margin-left: 17px;
	line-height: 30px;
}

.pro_left {
	width: 676px;
	height: auto;
	float: left;
}

.pro_in {
	width: 674px;
	height: auto;
	float: left;
	background: #fff;
	border-top: none;
	border: 1px solid #ebebeb;
}

.pro_sty {
	width: 685px;
	height: auto;
	float: left;
	margin-left: 14px;
	position: relative;
	z-index: 99;
	margin-top: 14px;
}

.pro_sty li {
	width: 100px;
	height: 42px;
	float: left;
	margin-right: 9px;
	line-height: 42px;
	list-style: none;
}

.pro_sty li a {
	width: 100px;
	height: 42px;
	float: left;
	background: url(../images/p_bg.jpg) no-repeat 50% center;
	color: #333;
	font-family: "宋体";
	font-size: 12px;
	text-align: center;
}

.pro_sty li a:hover {
	width: 100px;
	height: 42px;
	float: left;
	background: url(../images/p_hover.jpg) no-repeat 50% center;
	color: #fff;
}


.indexCaseList1 {
	width: 100%;
	height: auto;
	*float: left;
	*width: 285px;
	*margin-left: 15px;
}

.indexCaseItem1 {
	width: 285px;
	float: left;
	display: inline;
	position: relative;
	margin-right: 16px;
}

.indexCaseItem1 p {
	position: relative;
	width: 275px;
	height: 241px;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.indexCaseItem1 p img {
	float: left;
	width: 275px;
	height: 241px;
}

.indexCaseItem1 h3 {
	position: relative;
	width: 250px;
	height: 40px;
	margin-left: 20px;
	float: left;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 50px;
}

.indexCaseItem1 h3 a {
	color: #333;
	font-family: "微软雅黑";
	font-size: 16px;
	width: 250px;
	float: left;
	height: 40px;
	background: url(../images/case_bottom.jpg) no-repeat 50% bottom;
}

.indexCaseItem1 h3 a:hover {
	color: #333;
}

.indexCaseItem1 h4 {
	position: relative;
	width: 250px;
	height: 90px;
	padding-top: 10px;
	margin-left: 20px;
	float: left;
	font-family: "微软雅黑";
	font-weight: normal;
	font-size: 14px;
	color: #333;
	line-height: 25px;
}

.indexCaseItem1 h5 {
	position: relative;
	width: 250px;
	height: auto;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
}

.indexCaseItem1 h5 a {
	color: #333;
	font-family: "微软雅黑";
	font-size: 16px;
	width: 101px;
	float: left;
	height: 32px;
	background: url(../images/more1.jpg) no-repeat;
}

.indexCaseItem1 h5 a:hover {
	width: 101px;
	float: left;
	height: 32px;
	background: url(../images/more2.jpg) no-repeat;
}

.indexCaseList1 a.link {
	position: absolute;
	display: block;
	left: 8px;
	margin-top: 8px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	top: 100%;
	width: 100%;
	height: 100%;
	background: url(../images/img_an_h.png);
}

.indexCaseList1 a.link span {
	display: block;
	line-height: 24px;
	width: 70%;
	height: 70%;
	padding-top: 15%;
	margin: 0 auto;
	overflow: hidden;
}

.rollBox {
	width: 1300px;
	height: auto;
	float: left;
	margin-top: 35px;
}

/*.rollBox .LeftBotton{height:36px;width:36px;background:url(../images/prev.png) no-repeat 0px 0; margin-top:105px; overflow:hidden;float:left;display:inline;cursor:pointer;}
.rollBox .RightBotton{height:36px;width:36px;background:url(../images/next.png) no-repeat 0px 0;overflow:hidden;float:right;   margin-top:105px; display:inline;    cursor:pointer;}*/
.rollBox .Cont {
	width: 1300px;
	overflow: hidden;
	float: left;
}

.rollBox .ScrCont {
	width: 10000000px;
}

.rollBox .Cont .pic {
	width: 285px;
	float: left;
	height: 360px;
	background: #fff;
	margin-right: 20px;
	line-height: 35px;
}

.rollBox .Cont .pic a {}

.rollBox .Cont .pic img {
	display: block;
	float: left;
	width: 275px;
	height: 241px;
	margin-left: 8px;
	margin-top: 8px;
}

.rollBox .Cont a:hover {}

.rollBox #List1,
.rollBox #List2 {
	float: left;
}

.content3 {
	width: 100%;
	height: auto;
	float: left;
	position: relative;

}

.con {
	width: 268px;
	height: 228px;
	float: left;
	margin-bottom: 27px;
	position: relative;
	margin-left: 26px;
	cursor: pointer;
	overflow: hidden;
}

.con img {
	width: 268px;
	height: 228px;
	border: 1px solid #e3e3e3;
}

.txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
}

.txt h3 {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	float: left;
	width: 100%;

}


.txt p {
	font-size: 13px;
	display: block;
	padding-top: 34px;
	height: auto;
	margin: 0;
	width: 268px;
	float: left;
	line-height: 40px;

}

.txt span {
	width: 268px;
	padding-top: 16px;
	float: left;
	height: auto;
}

.txt span a {
	width: 268px;
	float: left;
	height: auto;
	text-align: center;
}

.txt span a img {
	width: 268px;
	height: 228px;
}



.main_right1 {
	width: 878px;
	height: auto;
	float: right;
	padding-bottom: 30px;
	background: #f1f1f1 url(../images/bot_bg1.jpg) no-repeat 50% bottom;
}

.fuwu {
	width: 304px;
	height: auto;
	float: left;
}

.con_box {
	width: 304px;
	height: auto;
	float: left;
	margin-top: 20px;
}

.con_ta {
	border: 1px solid #ebebeb;
	border-top: none;
	padding-bottom: 14px;
	width: 302px;
	height: auto;
	background: #fff;
	float: left;
}

.con_ta h1 {
	width: 302px;
	height: auto;
	float: left;
	text-align: center;
}

.con_ta p {
	width: 302px;
	height: auto;
	float: left;
	text-indent: 18px;
	color: #333;
	font-family: "宋体";
	font-size: 12px;
	line-height: 25px;
}

.pro_right {
	width: 304px;
	height: auto;
	float: right;
}

.main_pei {
	width: 1002px;
	height: auto;
	float: left;
	margin-top: 20px;
}

.pei_ti {
	width: 1002px;
	height: 35px;
	float: left;
	background: #fff url(../images/nav_menu.jpg) repeat-x;
	line-height: 35px;
	border-right: 1px solid #ebebeb;
}

.pei_ti span {
	width: 164px;
	height: 35px;
	float: left;
	background: url(../images/span_bg.jpg) no-repeat;
	text-indent: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #feffff;
	font-family: "微软雅黑";
}

.pei_ti span i {
	font-family: "宋体";
	font-size: 8px;
	color: #feffff;
	font-style: normal;
	padding-left: 5px;
	font-weight: normal;
}

.pei_ti em {
	color: #1f9819;
	font-style: normal;
	font-family: "微软雅黑";
	font-size: 10px;
	float: right;
	margin-right: 10px;
}

.pei_ti em a {
	color: #1f9819;
}

.pei_ti em a:hover {
	color: #000;
}

.pei_box {
	width: 1000px;
	height: auto;
	float: left;
	border: 1px solid #ebebeb;
	border-top: none;
	background: #fff;
}



/*左侧*/
.main_left {
	width: 277px;
	height: auto;
	float: left;
}

.main_left .model {
	float: left;
	height: auto;
	background: #29409f;
	width: 277px;
	margin-bottom: 20px;
}

.main_left .model_top {
	width: 100%;
	height: 116px;
	float: left;
	text-align: center;
	color: #fff;
	font-family: "微软雅黑";
}
.main_left .model_top img{
	width: 100%;
	height: 100%;
 
}
.main_left .model_top1 {
	width: 100%;
	height: 116px;
	float: left;
	text-align: center;
	color: #fff;
	font-family: "微软雅黑";
}

.main_left .model_top1 img {
	width: 100%;
	height: 100%;

}

.main_left .model_top span {
	width: 277px;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 30px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}

.main_left .model_top font {
	width: 277px;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 15px;
}

.main_left .model_top font a {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #fff;
	opacity: 0.4;
	font-size: 14px;
	color: #fff;
}


.main_left .model_content {
	padding-bottom: 20px;
	float: left;
}

.main_left .model_content li {}

.main_left .model_content.clearbimg li {
	background: none;
	padding-left: 0;
}

.main_left .model_content.clearbimg li a.maxc {
	background: url(../images/j1.jpg) no-repeat left center;
	padding-left: 20px;
}

.main_left .model_content.clearbimg li a.minc {
	background: url(../images/j2.jpg) no-repeat left center;
	padding-left: 20px;
	margin-left: 20px;
}

/**********分页样式end*********************/

.main_left .model_content .lf_tree {
	width: 267px;
	padding-top: 5px;
	padding-bottom: 20px;
	height: auto;
	float: left;
	background: #fff;
}

.main_left .model_content .lf_tree li {
	width: 247px;
	height: 44px;
	margin-bottom: 5px;
	background: #ff9000;
	margin-left: 10px;
	text-align: center;
	float: left;
	line-height: 44px;
}

.main_left .model_content .lf_tree li a {
	width: 247px;
	height: 44px;
	float: left;
	font-size: 16px;
	color: #fff;
}

.main_left .model_content .lf_tree li a:hover {
	width: 247px;
	color: #fff;
	height: 44px;
	float: left;
	font-weight: bold;
}

.main_left .model_content .lf_tree ul {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 10px;
}

.main_left .model_content .lf_tree ul li {
	width: 240px;
	height: auto;
	line-height: 30px;
	float: left;
	margin-left: 10px;
	border-bottom: 1px dashed #cacaca;
	background: none;
}

.main_left .model_content .lf_tree ul li a {
	color: #333;
	font-family: "微软雅黑";
	background: url(../images/yuan.jpg) no-repeat 10px center;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-indent: 25px;
	height: 30px;
	width: 240px;
	float: left;
}

.main_left .model_content .lf_tree ul li a:hover {
	color: #092a73;
	height: 30px;
	width: 240px;
	float: left;
}

/*********右侧*****************/
.main_right {
	width: 988px;
	float: right;
}

.content .content_top {
	background: url(../images/ctop.jpg) no-repeat top;
	height: 30px;
	line-height: 30px;
	padding-left: 45px;
	color: #820002;
	font-size: 14px;
	position: relative;
}

.content .content_top span a {
	position: absolute;
	right: 0px;
	color: #820002;
	font-size: 14px;
}

.content .content_top.cmain {
	background: url(../images/cmain.jpg) no-repeat top;
	height: 50px;
	line-height: 60px;
}

.content .content_main ul.listcontent {}

.content .content_main ul.listcontent li {
	float: left;
	margin-top: 15px;
	text-align: center;
	width: 215px;
}

.content .content_main ul.listcontent .img {}

.content .content_main ul.listcontent1 {
	width: 105%;
	height: auto;
	float: left;
	position: relative;
}

.content .content_main ul.listcontent1 li {
	width: 316px;
	height: 354px;
	float: left;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 21.5px;
	line-height: 52px;
	background: #fff;

}

.content .content_main ul.listcontent1 li a {
	width: 316px;
	height: 354px;
	background: #fff;
	float: left;
	color: #010101;
	font-family: "微软雅黑";
	font-size: 16px;
}

.content .content_main ul.listcontent1 li a:hover {
	width: 316px;
	height: 354px;
	float: left;
	background: #29409f;
	color: #fff;
}

.content .content_main ul.listcontent1 li a img {
	    width: 316px;
	    height: 302px;
		float: left;
		border-bottom: 1px solid #ededed;
}

.content .content_main ul.listcontent2 {
	width: 108%;
	height: auto;
	float: left;
	position: relative;
}

.content .content_main ul.listcontent2 li {
	float: left;
	margin-top: 15px;
	text-align: center;
	width: 182px;
	height: 80px;
	text-align: center;
	margin-left: 30px;
	line-height: 38px;
}

.content .content_main ul.listcontent2 li a {
	width: 182px;
	height: 80px;
	float: left;
	color: #010101;
	font-family: "微软雅黑";
	font-size: 14px;
}

.content .content_main ul.listcontent2 li a:hover {
	width: 182px;
	height: 80px;
	float: left;
	color: #113b83;
}

.content .content_main ul.listcontent2 li a img {
	width: 180px;
	height: 70px;
	border: 1px solid #ccc;
}

.content .content_main ul.listcontent3 {
	width: 108%;
	height: auto;
	float: left;
	position: relative;
}

.content .content_main ul.listcontent3 li {
	float: left;
	margin-top: 15px;
	text-align: center;
	width: 316px;
	height: 304px;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-top: 10px;
	line-height: 44px;
}

.content .content_main ul.listcontent3 li a {
	width: 316px;
	height: 304px;
	background: #eeeeee;
	float: left;
	color: #333;
	font-family: "微软雅黑";
	font-size: 16px;
}

.content .content_main ul.listcontent3 li a:hover {
	width: 316px;
	height: 304px;
	float: left;
	background: #113b83;
	color: #fff;
}

.content .content_main ul.listcontent3 li a img {
	width: 316px;
	height: 260px;
}



.content_news {
	float: left;
	margin-top: 20px;
	width: 100%;
	font-size: 14px;
}

.content_news li {
	background: url(../images/jh.gif) no-repeat left;
	padding-left: 20px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #F0F0F0;
	position: relative;
	font-size: 14px;
}

.content_news li span {
	position: absolute;
	right: 10px;
}

.content1 {
	width: 100%;
	height: auto;
	float: left;
}

.news_li {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
}

.news_li li {
	width: 100%;
	height: 213px;
	float: left;
	margin-bottom: 35px;
}

.news_li li a {
	width: 100%;
	height: 213px;
	float: left;
	background: #fff;
	transition: all 0.4s linear 0s;
}

.news_li li a:hover {
	width: 100%;
	height: 213px;
	float: left;
	background: #29409f;
	transition: all 0.4s linear 0s;
}

.news_li li a img {
	width: 272px;
	height: 190px;
	float: left;
	margin-left: 12px;
	margin-top: 12px;
	border: 1px solid #ddd;
}

.news_li li a .new_txt {
	width: 90%;
	height: auto;
	float: left;
	margin-left: 40px;
}

.news_li li a .new_txt h1 {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
	font-size: 18px;
	color: #333;
}

.news_li li a .new_txt h2 {
	width: 100%;
	height: auto;
	float: left;
	line-height: 30px;
	font-size: 12px;
	color: #999;
	font-weight: normal;
}

.news_li li a .new_txt p {
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	line-height: 25px;
	color: #333;
	margin-top: 15px;
}

.news_li li a:hover h1 {
	color: #fff;
}

.news_li li a:hover h2 {
	color: #fff;
}

.news_li li a:hover p {
	color: #fff;
}




/********底部******************/
#footer {
	height: auto;
	background: #191919;
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 50px;
	line-height: 30px;
	color: #fff;
}

.foot_box {
	width: 1300px;
	height: auto;
	margin: 0 auto;
}

.foot_top {
	width: 100%;
	height: 89px;
	float: left;
	line-height: 89px;
	border-bottom: 1px solid #3e3f45;
}

.foot_topn {
	width: 1300px;
	height: auto;
	margin: 0 auto;
}

.foot_topn li {
	width: 150px;
	height: auto;
	text-indent: 20px;
	float: left;
	background: url(../images/ico.png) no-repeat left center;
}

.foot_topn li a {
	width: 150px;
	height: auto;
	float: left;
	color: #7f7f7f;
	font-size: 14px;
}

.foot_topn li a:hover {
	width: 150px;
	height: auto;
	float: left;
	color: #fff;
}

.foot_l {
	width: 195px;
	height: auto;
	float: left;
	margin-top: 53px;
}

.foot_l h1 {
	width: 100%;
	height: auto;
	float: left;
}

.foot_l p {
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	color: #fff;
}

.foot_l h2 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	font-family: "arial";
}


.foot_c {
	width: 230px;
	height: auto;
	margin-left: 100px;
	float: left;
	margin-top: 53px;
}

.foot_c h1 {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	float: left;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}

.foot_c p {
	width: 100%;
	height: auto;
	float: left;
	line-height: 30px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999;
}



.foot_r {
	width: 304px;
	height: auto;
	float: right;

}

.foot_r h1 {
	width: 304px;
	height: auto;
	float: left;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}

.erwei {
	width: 120px;
	height: 140px;
	float: left;
	text-align: center;
	margin-top: 33px;
}

.erwei img {
	width: 120px;
	height: 120px;
}

.erweia {
	width: 130px;
	height: auto;
	float: left;
	margin-left: 10px;
	line-height: 120px;
	margin-top: 53px;
}


.foot_down {
	width: 100%;
	height: 53px;
	line-height: 53px;
	float: left;
	background: #191919;
}

.foot_din {
	width: 1300px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #7f7f7f;
}

.foot_din a {
	font-size: 14px;
	color: #7f7f7f;
}

.foot_dao {
	width: 100%;
	height: auto;
	float: left;
}

.foot_dao li {
	width: 50%;
	height: auto;
	float: left;
	font-size: 14px;
}

.foot_dao li a {
	width: 100%;
	height: auto;
	float: left;
	color: #7f7f7f;
	line-height: 40px;
	font-size: 14px;
}



/***********产品详细******************/
.content .content_main .title .pic {
	float: left;
	width: 760px;
	text-align: center;
	padding-top: 20px;
}

.content .content_main .title .info {
	float: left;
	margin-top: 20px;
	line-height: 20px;
	font-size: 14px;
	line-height: 26px;
}

.content .content_main .disdoc {
	padding: 20px 10px;
	padding: 20px 40px;
}

.content .content_main .disdoc li {}

.content .content_main .prev_next_nav .prev {
	float: left;
	width: 345px;
	font-family: "微软雅黑";
	padding-top: 20px;
}

.content .content_main .prev_next_nav .next {
	float: left;
	font-family: "微软雅黑";
	padding-top: 20px;
}

.content_main {
	line-height: 30px;
	margin-top: 15px;
	float: left;
	color: #333;
	width: 100%;
	font-family: "微软雅黑";
	font-size: 16px;
}

.content .content_main .thumb {
	text-align: center;
}

.content .content_main .thumb img {
	max-width: 650px;
	overflow: hidden;
	_width: 650px;
}

/***********新闻详细************************/
.content .content_news .title {
	text-align: center;
	font-family: "微软雅黑";
	width: 100%;
	float: left;
}

.content .content_news .title .info span {
	margin-right: 20px;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 30px;
}

.content .content_news .disdoc {
	width: 100%;
	height: auto;
	float: left;
	font-size: 12px;
	color: #333;
	line-height: 30px;
	font-family: "微软雅黑";
}

.title {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
}

.title1 {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #d5d5d5;
	margin-top: 30px;
}

.title1 span {
	width: 100px;
	height: 35px;
	float: left;
	background: #29409f;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-family: "微软雅黑";
	font-size: 16px;
}

.disdoc_ta {
	width: 100%;
	height: auto;
	line-height: 26px;
	font-family: "微软雅黑";
	float: left;
	margin-top: 20px;
	font-size: 14px;
	color: #333;
}

.disdoc_ta p {
	width: 100%;
	height: auto;
	line-height: 30px;
	font-family: "微软雅黑";
	float: left;
	font-size: 16px;
	color: #333;
}


.content .content_news .prev_next_nav .prev {
	float: left;
	width: 345px;
	font-family: "微软雅黑";
	padding-top: 30px;
	padding-bottom: 30px;
}

.content .content_news .prev_next_nav .next {
	float: left;
	font-family: "微软雅黑";
	padding-top: 30px;
	padding-bottom: 30px;
}

/**********分页样式*********************/
.page {
	overflow: hidden;
	_display: inline-block;
	padding: 15px 0;
}

.page ul {
	float: right;
}

.page ul li {
	float: left;
	margin-left: 10px;
	line-height: 25px;
	font-size: 14px;
}

.page ul li.thisclass,
.page ul li a:hover {
	background: #2DB4F4;
	color: white;
	border: 1px solid #2DB4F4;
}

.page ul li span.current {
	background: #2DB4F4;
	color: white;
	border: 1px solid #2DB4F4;
	display: inline-block;
	padding: 0 7px;
}

.page ul li a {
	display: inline-block;
	border: 1px solid #CCC;
	padding: 0 7px;
	color: #333;
}

.pageinfo {
	padding-left: 10px;
}

.pageinfo strong {
	font-weight: bold;
	padding: 0 3px;
}



/**************友情链接************************/
.links {
	margin: 15px 15px 0 15px;
	line-height: 28px;
}

.links span {
	color: #C00;
	margin-ritht: 10px;
}

.links a {
	margin: 0 5px;
}

/********会员************/
.member {
	z-index: 2;
	position: absolute;
	display: table;
	right: 30px;
	top: 5px;
}

.memberbox {
	margin-top: 20px;
	overflow: hidden;
}

.memberbox_left {
	float: left;
	width: 580px;
	margin-left: 20px;
}

.memberbox_right {
	float: left;
	width: 100px;
	padding-top: 70px;
	text-align: center;
}

.memberleft {
	float: left;
	width: 200px;
	border: 1px solid #992525;
}

.memberleft .member_nav {
	height: 26px;
	line-height: 26px;
	background: #992525;
	color: #FFF;
	font-size: 14px;
	text-align: center;
}

.memberleft ul {
	text-align: center;
}

.memberleft li {
	height: 24px;
	line-height: 24px;
}

.memberright {
	float: left;
	width: 738px;
	margin-left: 20px;
}

.memberright .member_detail {
	height: 26px;
	line-height: 26px;
	border-bottom: 2px solid #992525;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}

.memberright table th {
	text-align: right;
}

.memberright table td {
	text-align: left;
}

.memberright .form_b {
	width: 300px;
}

.memberright .member_order th {
	text-align: center;
}

.memberright .member_order td {
	text-align: center;
}

.orderpage {
	text-align: center;
	height: 24px;
	line-height: 24px;
}

.orderinfo,
.prolist,
.orderother {
	text-align: left;
	margin-bottom: 15px;
}

.orderinfo li {
	height: 22px;
	line-height: 22px;
}

.prolist table th {
	text-align: left;
}

.orderother .ordertitle {
	font-size: 14px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
}

/**************会员结束**********************/
.order {
	display: inline-block;
	width: 80px;
	height: 28px;
	line-height: 28px;
	background: #F0F0F0;
	text-align: center;
	border: 1px solid #555861;
}

.tabletop {
	font-size: 14px;
	font-weight: bold;
}

.prolisttitle {
	float: left;
	margin-left: 20px;
	height: 60px;
	line-height: 60px;
}

.button {
	width: 150px;
	height: 42px;
	background: #29409f;
	border: 0;
	color: #fff;
	font-size: 14px;
}


/************幻灯片****************/
#play {
	width: 960px;
	height: 250px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#play_info_bg {
	position: absolute;
	top: 90%;
	height: 25px;
	width: 80%;
	background-color: red;
	filter: Alpha(Opacity=30);
	opacity: 0.3;
	z-index: 10
}

#play_info {
	position: absolute;
	top: 90%;
	height: 25px;
	line-height: 25px;
	width: 80%;
	padding-left: 20px;
	color: #fff;
	z-index: 10;
	cursor: pointer
}

#play_text {
	position: absolute;
	top: 90%;
	right: 30px;
	z-index: 10
}

#play_text ul {
	display: block;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}

#play_text ul li {
	width: 20px;
	height: 20px;
	line-height: 20px;
	float: left;
	background-color: #000;
	display: block;
	color: #FFF;
	text-align: center;
	margin: 1px;
	cursor: pointer;
	font-family: "微软雅黑";
	font-size: 12px;
}

#play_list a img {
	width: 960px;
	height: 250px;
}

/* 浮动客服面板 */
#cmsFloatPanel {
	overflow: hidden;
}

#cmsFloatPanel .ctrolPanel {
	width: 36px;
	height: 248px;
	background: #fff url(../images/cmsfloatpanel-bg.gif) no-repeat left top;
	border: solid 1px #ddd;
	position: fixed;
	right: 30px;
	top: 200px;
	overflow: hidden;
	z-index: 10000;
	_position: absolute;
	_top: expression(eval(documentElement.scrollTop + 200));
}

#cmsFloatPanel .ctrolPanel a {
	width: 34px;
	font-size: 12px;
	color: #ff3300;
	letter-spacing: 1px;
	text-align: center;
	overflow: hidden;
}

#cmsFloatPanel .ctrolPanel .arrow {
	height: 29px;
	line-height: 28px;
	display: block;
	margin: 1px auto;
}

#cmsFloatPanel .ctrolPanel .arrow span {
	display: none;
}

#cmsFloatPanel .ctrolPanel .arrow:hover {
	background: #f4f4f4;
}

#cmsFloatPanel .ctrolPanel .arrow:hover span {
	display: block;
}

#cmsFloatPanel .ctrolPanel .service {
	height: 60px;
	display: block;
	margin: 2px auto;
}

#cmsFloatPanel .ctrolPanel .service span {
	color: #09F;
	line-height: 90px;
}

#cmsFloatPanel .ctrolPanel .message {
	height: 60px;
	display: block;
	margin: 2px auto;
}

#cmsFloatPanel .ctrolPanel .message span {
	color: #ff3300;
	line-height: 90px;
}

#cmsFloatPanel .ctrolPanel .qrcode {
	height: 60px;
	display: block;
	margin: 2px auto;
}

#cmsFloatPanel .ctrolPanel .qrcode span {
	color: #0C6;
	line-height: 90px;
}

#cmsFloatPanel .arrow01 {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-top: 10px solid transparent;
	_border-top: 10px solid black;
	_filter: chroma(color=black);
	border-right: 10px solid transparent;
	_border-right: 10px solid black;
	_filter: chroma(color=black);
	border-bottom: 10px solid transparent;
	_border-bottom: 10px solid black;
	_filter: chroma(color=black);
	border-left: 10px solid #ddd;
	position: absolute;
	bottom: 0;
	position: absolute;
	left: 2px;
	top: 0;
}

#cmsFloatPanel .arrow02 {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-top: 10px solid transparent;
	_border-top: 10px solid black;
	_filter: chroma(color=black);
	border-right: 10px solid transparent;
	_border-right: 10px solid black;
	_filter: chroma(color=black);
	border-bottom: 10px solid transparent;
	_border-bottom: 10px solid black;
	_filter: chroma(color=black);
	border-left: 10px solid #fff;
	position: absolute;
	bottom: 0;
	position: absolute;
	left: 0;
	top: 0;
}

#cmsFloatPanel .servicePanel {
	width: 120px;
	height: 400px;
	position: fixed;
	right: 70px;
	top: 200px;
	z-index: 10000;
	overflow: visible;
	display: none;
	_position: absolute;
	_top: expression(eval(documentElement.scrollTop + 200));
}

#cmsFloatPanel .servicePanel .servicePanel-inner {
	width: 120px;
	position: relative;
	overflow: visible;
}

#cmsFloatPanel .servicePanel .servicePanel-inner .arrowPanel {
	width: 10px;
	height: 30px;
	position: absolute;
	right: 1px;
	top: 50px;
}

#cmsFloatPanel .servicePanel .servicePanel-inner .arrowPanel .arrow02 {
	border-left: 10px solid #399;
}

#cmsFloatPanel .servicePanel .servicePanel-inner .serviceMsgPanel {
	width: 110px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

#cmsFloatPanel .servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-hd {
	width: 110px;
	height: 60px;
	background: url(../images/cmsfloatpanel-service-hd-bg.gif) no-repeat left top;
	overflow: hidden;
}

#cmsFloatPanel .servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-hd a {
	width: 24px;
	height: 24px;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	display: block;
	float: right;
}

#cmsFloatPanel .servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-hd a span {
	display: none;
}

#cmsFloatPanel .servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-bd {
	width: 110px;
	background: url(../images/cmsfloatpanel-service-bd-bg.gif) repeat-y left top;
	overflow: hidden;
}

#cmsFloatPanel .servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-bd .msggroup {
	width: 80px;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 1px;
	border-bottom: solid 1px #ddd;
	margin: 0 15px;
}

#cmsFloatPanel .servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-bd .msgtool {
	width: 80px;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 1px;
	margin: 6px 15px;
}

#cmsFloatPanel .servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-ft {
	width: 110px;
	height: 40px;
	background: url(../images/cmsfloatpanel-service-ft-bg.gif) no-repeat left top;
	overflow: hidden;
}

#cmsFloatPanel .messagePanel {
	width: 310px;
	height: 400px;
	position: fixed;
	right: 70px;
	top: 200px;
	z-index: 10000;
	overflow: visible;
	display: none;
	_position: absolute;
	_top: expression(eval(documentElement.scrollTop + 200));
}

#cmsFloatPanel .messagePanel .messagePanel-inner {
	width: 310px;
	position: relative;
	overflow: visible;
}

#cmsFloatPanel .messagePanel .messagePanel-inner .arrowPanel {
	width: 10px;
	height: 30px;
	position: absolute;
	right: 1px;
	top: 110px;
}

#cmsFloatPanel .messagePanel .messagePanel-inner .arrowPanel .arrow01 {
	border-left: 10px solid #ddd;
	left: 2px;
}

#cmsFloatPanel .messagePanel .messagePanel-inner .arrowPanel .arrow02 {
	border-left: 10px solid #fff;
}

#cmsFloatPanel .messagePanel .messagePanel-inner .formPanel {
	width: 300px;
	border: solid 1px #ddd;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

#cmsFloatPanel .messagePanel .messagePanel-inner .formPanel .formPanel-hd {
	height: 32px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	letter-spacing: 2px;
	text-indent: 10px;
	background: url(../images/cmsfloatformpanel-hd-bg.gif) no-repeat left top;
	overflow: hidden;
}

#cmsFloatPanel .messagePanel .messagePanel-inner .formPanel .formPanel-hd a {
	width: 32px;
	height: 32px;
	font-family: "宋体";
	font-size: 12px;
	color: #fff;
	line-height: 32px;
	letter-spacing: 1px;
	text-indent: 0;
	display: block;
	float: right;
}

#cmsFloatPanel .messagePanel .messagePanel-inner .formPanel .formPanel-hd a span {
	display: none;
}

#cmsFloatPanel .messagePanel .messagePanel-inner .formPanel .formPanel-bd {
	padding: 10px 15px;
	overflow: hidden;
}

#cmsFloatPanel .messagePanel .messagePanel-inner .formPanel .formPanel-bd div {
	font-size: 12px;
	color: #666;
	line-height: 30px;
	padding: 5px 0;
	overflow: hidden;
}

#cmsFloatPanel .messagePanel .messagePanel-inner .formPanel .formPanel-ft {
	height: 30px;
	background: #f4f4f4;
	text-align: right;
	padding: 0 10px;
	overflow: hidden;
}

#cmsFloatPanel .messagePanel .messagePanel-inner .formPanel .formPanel-ft a {
	font-size: 12px;
	color: #999;
	line-height: 30px;
	letter-spacing: 1px;
}

#cmsFloatPanel .qrcodePanel {
	width: 230px;
	height: 300px;
	position: fixed;
	right: 70px;
	top: 200px;
	z-index: 10000;
	overflow: visible;
	display: none;
	_position: absolute;
	_top: expression(eval(documentElement.scrollTop + 200));
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner {
	width: 230px;
	position: relative;
	overflow: visible;
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .arrowPanel {
	width: 10px;
	height: 30px;
	position: absolute;
	right: 1px;
	top: 180px;
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .arrowPanel .arrow01 {
	border-left: 10px solid #ddd;
	left: 2px;
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .arrowPanel .arrow02 {
	border-left: 10px solid #fff;
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .codePanel {
	width: 220px;
	background: #fff;
	border: solid 1px #ddd;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .codePanel .codePanel-hd {
	height: 32px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	letter-spacing: 2px;
	text-indent: 10px;
	background: url(../images/cmsfloatqrcodepanel-hd-bg.gif) no-repeat left top;
	overflow: hidden;
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .codePanel .codePanel-hd a {
	width: 32px;
	height: 32px;
	font-family: "宋体";
	font-size: 12px;
	color: #fff;
	line-height: 32px;
	letter-spacing: 1px;
	text-indent: 0;
	display: block;
	float: right;
	overflow: hidden;
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .codePanel .codePanel-hd a span {
	display: none;
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .codePanel .codePanel-bd {
	padding: 10px;
	overflow: hidden;
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .codePanel .codePanel-bd img {
	width: 200px;
	height: 200px;
	border: none;
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .codePanel .codePanel-ft {
	height: 30px;
	background: #f4f4f4;
	text-align: center;
	padding: 0 10px;
	overflow: hidden;
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .codePanel .codePanel-ft a {
	font-size: 12px;
	color: #666;
	line-height: 30px;
	letter-spacing: 1px;
}

#cmsFloatPanel .qrcodePanel .qrcodePanel-inner .codePanel .codePanel-ft a:hover {
	color: #F00;
}
